﻿/*!
 *  Zonebiz - Business Consulting Bootstrap4 Responsive Template
 */

 
@import url('../css.css');
 
body {
  padding: 0px;
  font-family:inherit;
  font-size: 15px;
  color: #323232;
  background: url(../images/dott.jpg);
}

@media (min-width: 992px) {
  body {
    padding-top: 0px;
  }
}

.banner-op{
	position: relative;
    display: inline-block;
}

.banner-bnt{
  padding:7px 20px; 
  border:2px solid #fff; 
  background-color:transparent; 
  color:#fff; 
  font-size:16px;
  z-index:9999;
  padding:4px 10px;
}


.banner-op::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   

}


.banner-bo{
	border:none;
	width:200px;
	padding:8px 20px;
	margin-right:10px;
	border:none;
	background-color:#3D9C4D;
	color:#fff; 
	border-radius:5px;
	cursor: pointer;
    transition: background-color 0.3s; 
	outline: none;
}

.banner-bo:focus{
	border:none;
	outline: none;
}

.banner-bo:hover{
	padding:8px 20px;
	margin-right:10px;
	border:none;
	background-color:#fff;
	color:#3D9C4D; 
	border-radius:5px;
}

..carousel-item .carousel-caption h3{
	font-size: 75px;
	font-weight: 700;
}
.carousel-item .carousel-caption p{
	font-size: 38px;
}
.carousel-item:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.carousel-item {
  height: 88vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

